tests: Fix installed tests more
authorColin Walters <walters@verbum.org>
Fri, 4 May 2018 17:51:13 +0000 (13:51 -0400)
committerAtomic Bot <atomic-devel@projectatomic.io>
Fri, 4 May 2018 19:25:32 +0000 (19:25 +0000)
commit579faf92fd668082e63520cb4ba324754d2b00bd
treeb59981697a6f08e1e7d921e6f2ffd736e4542385
parent589e97dc602f86f51a348da7d3c293520a3a80a0
tests: Fix installed tests more

OK so I noticed that something was failing and we were missing
`set -xeuo pipefail` in our shells.  That of course revealed
the ansible tests didn't actually work - my only defense
here is spending so much time fighting to get it through CI
and trying something new.

Anyways, to make the staged-deploy tests work we need a task
that actually uses `rpm-ostree override` rather than `usroverlay`.

Let's make this a bit saner and have a clean split between
tests that are "shell-script+usroverlay" and "ansible+override".

Closes: #1577
Approved by: jlebon
tests/installed/destructive-ansible.yml [new file with mode: 0644]
tests/installed/destructive-unit.yml [new file with mode: 0644]
tests/installed/destructive.yml [deleted file]
tests/installed/destructive/staged-deploy.yml
tests/installed/run.sh
tests/installed/tasks/install-git.yml [new file with mode: 0644]